home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / hud / shipviewlight.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  547 b   |  33 lines

  1. #
  2. #   Std-Lights, used by most of the demos
  3. #
  4. #   upd.:   30-Jul-99
  5. #
  6. #   (C) 1999 RADON LABS   Beyreuther, Weissflog, Flemming GbR
  7. #   (C) COPYRIGHT 2000 RADONLABS GMBH
  8. #
  9.  
  10.  
  11. #new n3dnode /usr/light/shiplight
  12. #sel /usr/light/shiplight
  13.  
  14. new n3dnode dlight1
  15. sel dlight1
  16.     .ry 45
  17.     new nlightnode light
  18.     sel light
  19.            .settype  directional
  20.            .setcolor 1 1 1 1
  21.     sel ..  
  22. sel ..
  23.  
  24. new n3dnode amblight
  25. sel amblight
  26.     
  27.     new nlightnode light
  28.     sel light
  29.            .settype  directional
  30.            .setcolor .6 .6 .6 1
  31.     sel ..  
  32. sel ..
  33.